Information Engineering: Object-Oriented Design and Analyses∗ Chapter 2: Object-Oriented Programming and Databases
نویسندگان
چکیده
4 Object-Oriented Programming Concepts 12 4.1 The C++ Programming Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13 4.1.1 The Syntax/Semantics of C++ Classes . . . . . . . . . . . . . . . . . . . . . . 13 4.1.2 The Role of the Constructor/Destructor . . . . . . . . . . . . . . . . . . . . . 15 4.1.3 Support for Hiding . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 4.1.4 Overloading . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 4.1.5 The Static Storage Class . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18 4.1.6 Two Kinds of Inheritance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 4.1.7 Single vs. Multiple Inheritance . . . . . . . . . . . . . . . . . . . . . . . . . . 21 4.1.8 Dispatching with Virtual Functions . . . . . . . . . . . . . . . . . . . . . . . . 22 4.1.9 Friends (and Neighbors?) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24 4.1.10 Abstract Classes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 27 4.1.11 Parameterized Types . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 4.2 The Ada95 Programming Language . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
منابع مشابه
Declarative Semantics in Object-Oriented Software Development - A Taxonomy and Survey
One of the modern paradigms to develop an application is object oriented analysis and design. In this paradigm, there are several objects and each object plays some specific roles in applications. In an application, we must distinguish between procedural semantics and declarative semantics for their implementation in a specific programming language. For the procedural semantics, we can write a ...
متن کاملObjects Identification in Object-Oriented Software Development - A Taxonomy and Survey on Techniques
Analysis and design of object oriented is onemodern paradigms for developing a system. In this paradigm, there are several objects and each object plays some specific roles. Identifying objects (and classes) is one of the most important steps in the object-oriented paradigm. This paper makes a literature review over techniques to identify objects and then presents six taxonomies for them. The f...
متن کاملModelsaz: An Object-Oriented Computer-Aided Modeling Environment
Modeling and simulation of processing plants are widely used in industry. Construction of a mathematical model for a plant is a time-consuming and error-prone task. In light of extensive advancements in computer science (both hardware and software), computers are becoming a necessary instrument in industrial activities. Many software tools for modeling, simulation and optimization of proces...
متن کاملOn Attributes of Objects in Object-Oriented Software Analysis
One of the modern paradigms to develop a system is object oriented analysis and design. In this paradigm, there are several objects and each object plays some specific roles. There is a sequence of activities to develop an analysis model. In the first step, we work in developing an initial use case model. Then in the second step, they identify a number of concepts and build a glossary of partic...
متن کاملObject-Oriented Method for Automatic Extraction of Road from High Resolution Satellite Images
As the information carried in a high spatial resolution image is not represented by single pixels but by meaningful image objects, which include the association of multiple pixels and their mutual relations, the object based method has become one of the most commonly used strategies for the processing of high resolution imagery. This processing comprises two fundamental and critical steps towar...
متن کامل